Which events this webhook will receive by event name.
error_contact_email
required
string <email>
Email address to contact if the webhook permanently fails to publish after 5 attempts.
object or null (UsernamePasswordAuthentication)
Use for endpoints that require HTTP Basic Authentication.
status
string
Default: "ENABLED"
Enum:"ENABLED""DISABLED"
include_updated_object
boolean
Default: false
If true, for each event name that ends in .updated that this webhook receives, Shipwells fetches the most recent version of the object and include it in the WebhookPayload in a new_object.
url
required
string
External URL that Shipwell makes a POST request to when a subscribed event is received. The webhook URL must return a 200 response indicating successful receipt of the payload to the webhook in 10 seconds or less.
event_version
integer
Default: 1
Which event type this webhook should describe.
custom_data
object
Key-value pairs to include whenever a webhook is fired. Useful for integration use cases when many webhooks are submitted to the same endpoint
Responses
200
OK
Response Schema: application/json
id
string
The webhook's unique identifier.
resource_type
string
The type of this resource, static value of 'webhook'.
Value:"webhook"
created_at
string <date-time>
When this webhook was created.
enabled_events
required
Array of strings non-empty
Which events this webhook will receive by event name.
error_contact_email
required
string <email>
Email address to contact if the webhook permanently fails to publish after 5 attempts.
object or null (UsernamePasswordAuthentication)
Use for endpoints that require HTTP Basic Authentication.
status
string
Default: "ENABLED"
Enum:"ENABLED""DISABLED"
include_updated_object
boolean
Default: false
If true, for each event name that ends in .updated that this webhook receives, Shipwells fetches the most recent version of the object and include it in the WebhookPayload in a new_object.
url
required
string
External URL that Shipwell makes a POST request to when a subscribed event is received. The webhook URL must return a 200 response indicating successful receipt of the payload to the webhook in 10 seconds or less.
event_version
integer
Default: 1
Which event type this webhook should describe.
custom_data
object
Key-value pairs to include whenever a webhook is fired. Useful for integration use cases when many webhooks are submitted to the same endpoint